Lab09 - ASP.NET CheckBox and Table Controls
Problem Statement
Problem 1) Develop an asp.net page that displays a list of options with check boxes(Use CheckBoxList web control)
On Clicking a button(web control) the page displays the selected options in label control.
Problem 2) Develop an asp.net page that displays two text boxes and a button web control. The textboxes are used to capture number of rows and number of columns from user.
Code Implementation
Problem 1: CheckBoxList Control
Default.aspx
Loading code from file...
Default.aspx.vb
Loading code from file...
Problem 2: Table Control
Default.aspx
Loading code from file...
Default.aspx.vb
Loading code from file...
Sample Output
Problem 1
Problem 2